home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000041_fdc@columbia.edu_Mon Jan 24 20:12:57 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: What about that gnu kermit, gkermit (circa 1999)?  Usable?  OK?
  5. Date: 25 Jan 2005 01:12:50 GMT
  6. Organization: Columbia University
  7. Lines: 28
  8. Message-ID: <slrncvb78i.i8q.fdc@sesame.cc.columbia.edu>
  9. References: <cqkui9$guk$1@panix1.panix.com> <slrncsu0q9.707.fdc@sesame.cc.columbia.edu> <2PEId.15089$8u5.13322@bgtnsc04-news.ops.worldnet.att.net> <slrncvaccq.e3n.fdc@sesame.cc.columbia.edu> <slrncvadp4.i8q.fdc@sesame.cc.columbia.edu> <cscJd.20963$8u5.10276@bgtnsc04-news.ops.worldnet.att.net>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1106615570 25626 128.59.59.56 (25 Jan 2005 01:12:50 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 25 Jan 2005 01:12:50 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15276
  17.  
  18. On 2005-01-24, The Eighth Doctor <drwho8__NOTME__@att.net> wrote:
  19. : ...
  20. : Okay that seems to work ... using your suggestion on the 
  21. : make file produced things this way:
  22. :
  23. : Script started on Mon 24 Jan 2005 02:50:56 PM EST
  24. : root@who3:/usr/src/gku100# make KFLAGS=-DERRNO_H posix
  25. : make "CC=cc" "CFLAGS=-DPOSIX -O -DERRNO_H" gkermit
  26. : make[1]: Entering directory `/usr/src/gku100'
  27. : cc -DPOSIX -O -DERRNO_H -c gkermit.c
  28. : cc -DPOSIX -O -DERRNO_H -c gunixio.c
  29. : cc -DPOSIX -O -DERRNO_H -c gcmdline.c
  30. : cc -o gkermit gproto.o gkermit.o gunixio.o gcmdline.o
  31. : make[1]: Leaving directory `/usr/src/gku100'
  32. : root@who3:/usr/src/gku100# exit
  33. : Script done on Mon 24 Jan 2005 02:51:43 PM EST
  34. :
  35. : Which tells me it worked. I suggest that the pages for gkermit should be
  36. : updated,
  37. :
  38. This information was added some time ago (so long ago I must have forgetten
  39. about it :-)
  40.  
  41.   http://www.columbia.edu/kermit/gkermit.html#buil
  42.  
  43. The ERRNO_H is in the list of KFLAGS.
  44.  
  45. - Frank